home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15284 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  736 b 

  1. Path: news.onramp.net!usenet
  2. From: micky@onramp.net (Micky Ray)
  3. Newsgroups: comp.lang.c++
  4. Subject: Files in C++
  5. Date: Thu, 04 Apr 1996 15:52:17 GMT
  6. Organization: OnRamp of Lubbock
  7. Message-ID: <4k0rah$fhj@news.onramp.net>
  8. Reply-To: micky@onramp.net
  9. NNTP-Posting-Host: lub11.onramp.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Is there a preferred way to access files in C++ (Borland 4.0)? I am
  13. trying to make the switch from C to C++, and have tried using ifstream
  14. for text file access, but am concerned with what appear to be serious
  15. limitations, namely that I can't seem to be able to figure out how to
  16. reposition the file pointer back to the beginning after reading the
  17. file. Any useful suggestions would be appreciated.
  18.  
  19. Thanks,
  20. Mick
  21.  
  22.